<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*样式重置*/

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Microsoft YaHei, Helvetica, Tahoma, Arial, STXihei, STHeiti, Heiti, SimSun, sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:link,
a:visited,
a:active {
    color: #666;
}

li,
ul {
    list-style: none;
}

table,
tr,
td {
    border-collapse: collapse;
}

h1 {
    color: #333;
}
h3 {
    padding: 10px 0;
}
h4 {
    padding: 5px 0;
}
img{
    border:none;
}
/*公共部分样式*/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 99999;
}

.header #advice {
    display: none;
    width: 100%;
    font-size: 16px;
    z-index: 999;
    color: #000;
}

.header #advice p {
    position: fixed;
    top: 0;
    width:100%;
    text-align: center;
    font-weight: bolder;
}

.header #advice p a {
    color: #15d2fc;
}

.header.header-active {
    position: fixed;
    width: 100%;
    z-index: 99;
}

/*公共容器样式*/

.container {
    width: 1200px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    cursor: pointer;
}
.header .test{
   float:right;
}
.header .test img{
    width:80px;
    display:block;
}
.header-list {
    float: right;
    height: 80px;
    line-height: 80px;
}

.header-list&gt;ul&gt;li {
    width: 80px;
    height:80px;
    float: left;
    text-align:center;
    margin-right: 20px;
    border-top: 4px solid #fff;
}

.header-list&gt;ul&gt;li:hover {
    border-top: 4px solid #15d2fc;
}
.header-list .subNav{
    display:none;
    position:absolute;
    z-index:99;
    top:80px;
    background:#fff;
    box-shadow:0 0 2px #ddd;
    text-align: left;
}
.header-list .header-second.gl{
    width:80px;
    padding:0 10px;
}
.header-list .header-second.xw{
    width:80px;
    padding:0 10px;
}
.header-list .header-second li{
    height:50px;
    line-height:50px;
    white-space: nowrap;
}
.header-list .header-second li a{
    display: block;
}
.header-list .header-second li:hover a{
    color:#15d2fc;
}
.active&gt;a {
    color: #15d2fc;
}

/*banner图片区域样式*/

.banner {
    position: relative;
    height: 450px;
    overflow: hidden;
    margin-top: 80px;
}

.banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 60px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

/*产品介绍样式*/

.products {
    position: relative;
    height: 700px;
    padding-top:150px;
	background:#f9fbfd;
}

.products .xwdt {
    position: absolute;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    left: 50%;
    margin-left: -600px;
    background: #fff;
    color: #0;
    overflow: hidden;
    box-shadow: 0 0 10px #eee;
}

.products .xwdt .xwdt-title {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #15d2fc;
}

.products .xwdt .swiper-slide p {
    width:970px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.products .xwdt .xwdt-more {
    float: right;
    color: #15d2fc;
    padding-right: 20px;
}

.products .xwdt .xwdt-time {
    float:right;
}

.con-title {
    text-align: center;
}

.con-title p {
    font-size: 16px;
    padding: 10px 0;
    color: #666;
	text-align:center;
}

.pro-list {
    position: relative;
    float: left;
    width: 300px;
    text-align: center;
}
.pro-list1 {
	height:500px;
    position: relative;
    float: left;
    width: 275px;
    text-align:center;
	background:#fff;
    box-shadow: 0 0 10px #eee;
}
.pro-list1:hover{
	background:#42a6fe;
	color:#FFF;
}
.pro-list2 {
	height:500px;
    position: relative;
    float: left;
    width: 275px;
    text-align:center;
	background:#fff;
    box-shadow: 0 0 10px #eee;
}
.pro-list2:hover{
	background:#17bfb8;
	color:#FFF;
}
.pro-list3 {
	height:500px;
    position: relative;
    float: left;
    width: 275px;
    text-align:center;
	background:#fff;
    box-shadow: 0 0 10px #eee;
}
.pro-list3:hover{
	background:#2ebed5;
	color:#FFF;
}
.pro-list4 {
	height:500px;
    position: relative;
    float: left;
    width: 275px;
    text-align:center;
	background:#fff;
    box-shadow: 0 0 10px #eee;
}
.pro-list4:hover{
	background:#636ed6;
	color:#FFF;
}
.pro-con p {
    width: 240px;
	text-align:left;
    line-height: 28px;
    margin: 0 auto;
    box-sizing: border-box;
    text-indent:30px;
}
.products img{margin-top:20px;}
.pro-list .two {
    display: none;
}

.pro-con {
    margin-top: 20px;
}

/*成功案例样式*/

.success {
    height: 700px;
    padding-top: 100px;
    overflow: hidden;
}

.case-banner {
    position: relative;
    height: 500px;
    background: #fff;
}

.case-banner .left {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 70px;
    text-align: center;
    background:#000;
    filter: alpha(opacity=10);
    opacity: .1;
    color: #fff;
    z-index: 99;
    cursor:pointer;
}

.case-banner .right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -35px;
    width: 40px;
    height: 70px;
    text-align: center;
    background:#000;
    filter: alpha(opacity=10);
    opacity: .1;
    color: #fff;
    z-index: 99;
    cursor:pointer;
}
.success .swiper-slide {
    position: relative;
    height:500px;
    text-align: center;
    overflow: hidden;
}
.success .global-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30px;
}

.success .global-con {
    color: #666;
}
.success .swiper-slide img{
    padding-top:90px;
}

/*服务支持样式*/

.support {
    position: relative;
    height: 350px;
    text-align: center;
}

.support .con-title h1 {
    padding-top: 30px;
    color: #fff;
}

.support .con-title p {
    color: #fff;
}

.support i {
    width: 200px;
    margin: 0 50px 0 50px;
    color: #15d2fc;
}

.support .support-btn {
    display: block;
    margin: 40px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #15d2fc;
}

.support .adv {
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 18px;
}

.support .bg-pic {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*关于我们样式*/

.about-us {
    height: 700px;
}

.about-us .con-title {
    padding-top: 100px;
}

.about-us .text {
    text-align: left;
}

.about-us .text .text-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
	text-align:left;
}

.about-us .text .text-con {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 10px 15px;
    height: 80px;
    line-height: 28px;
    background: #f5f5f5;
	text-align:left;
}

.about-us .text .text-con:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    border-left: 10px solid transparent;
}

/*页脚样式*/

.footer {
    width: 100%;
    height: 200px;
    margin-top:100px;
    background:#fff;
    color:#666;
    border-top:1px solid #ddd;
}
.footer-con {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}
.footer a {
    color:#666;
}

.footer .copy-right {
    text-align: center;
    clear: both;
    font-size: 14px;
    padding:10px 0;
}
.footer .copy-right a{
    margin-left:30px;
}
.footer .copy-right img{
    vertical-align: bottom;
}
.footer-img{
    padding-top:10px;
    text-align: center;
}
.footer-img div{
    display: inline-block;
    margin-right:10px;
}
.footer .gswj{
    position: relative;
    top: -5px;
    background:#fff;
}

.wechat img {
    display: block;
    width: 100px;
    height: 100px;
}

/*服务支持页面*/

.download-img {
    position:relative;
    height: 400px;
    margin-top: 80px;
    overflow: hidden;
}

.download-img img {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-960px;
    display: block;
}

.download {
    padding: 50px 0;
}

.download .down-con {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
}

.download .down-con:after {
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.download .down-con &gt; div {
    float: left;
    width: 600px;
    height: 680px;
    box-sizing: border-box;
}

.down-con .title {
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    color: #666;
}

.down-con .files {
    height: 680px;
    overflow-y: auto;
	margin-top:10px;
}

.down-con .files .loading {
    height: 650px;
    line-height: 650px;
    text-align: center;
}

.down-con .files .loading i {
    color: #ddd;
}

.down-con .files li {
    height: 35px;
    padding: 5px 20px;
    color: #666;
    cursor: pointer;
    box-sizing: border-box;
}

.down-con .files li a {
    display: inline-block;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down-con .files li:hover a,
.down-con .files li:hover {
    color: #15d2fc;
}

.down-con .files .time {
    float: right;
    color: #aaa
}

.down-con .down-file {
    position: relative;
}

.down-con .down-file:before {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    content: '';
    width: 1px;
    height: 650px;
    background: #ddd;
}
</pre></body></html>